home *** CD-ROM | disk | FTP | other *** search
/ Sounds Terrific 2 / Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso / archives / amiga / tracker_4_31.lzh / tracker / Arch / MM1 / stdlib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-22  |  143 b   |  6 lines

  1. void *malloc(long size);
  2. char *getenv(const char *name);
  3. FILE *popen(const char *command, const char *mode);
  4.  
  5. #define stricmp(x,y) strcmp(x,y)
  6.